home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / software / utilities / programmers / opussdk / examples / viewfont / viewfont_strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-05  |  173 b   |  9 lines

  1. #define CATCOMP_BLOCK
  2. #include "viewfont.strings"
  3. #include <dopus/locale.h>
  4.  
  5. void init_locale_data(struct DOpusLocale *locale)
  6. {
  7.     locale->li_BuiltIn=(char *)CatCompBlock;
  8. }
  9.